home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / awe2-0_1.lha / awe2-0.1 / Src / ChangeLog < prev    next >
Text File  |  1989-05-04  |  796b  |  26 lines

  1. Thu May  4 15:12:49 1989  Dirk Grunwald  (grunwald at flute.cs.uiuc.edu)
  2.  
  3.     * Use SampleStatistic/SampleHistogram from versions submitted
  4.     to libg++, to reduce replication.
  5.  
  6.     * Update SampleStatistic to use virtual members for SlideStatistic
  7.  
  8.     * Make Statistic/Histogram be printing subclasses of
  9.       Statistic/Histogram
  10.  
  11. Tue Mar 28 10:17:02 1989  Dirk Grunwald  (grunwald at m.cs.uiuc.edu)
  12.  
  13.     * Split CpuMux into CpuSingleMux and CpuMultiMux.
  14.     * Same for SimMux.
  15.     * Added LockedHeap::removeIfFound, LowerBoundedHeap::removeIfFound
  16.  
  17. Mon Feb 20 15:31:58 1989  Dirk Grunwald  (grunwald at m.cs.uiuc.edu)
  18.  
  19.     * Changed method of generating bounded (0 <= x < 1) double from
  20.     longs to use masking operations instead of muliplies. Works for
  21.     IEEE and vax formats.
  22.  
  23.     * Started using GNU heaps for threads.
  24.  
  25.  
  26.